Fix ChangeLog typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Aug 2012 16:53:03 +0000 (09:53 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 Aug 2012 16:53:03 +0000 (09:53 -0700)
src/ChangeLog

index f5d84f28220abe4cc1ee2424c16b0b6604b9f3e3..c20c12e74b2e6535bce1872b83ae77e122ffea94 100644 (file)
@@ -5,7 +5,7 @@
        (set_char_table_purpose): New functions,
        replacing CSET.  All uses changed.  For example, replace
        "CSET (XCHAR_TABLE (char_table), parent, parent);" with
-       "char_table_set_parent (char_table, parent);".
+       "set_char_table_parent (char_table, parent);".
        The old version was confusing because it used the same name
        'parent' for two different things.